home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 3
/
Cream of the Crop 3.iso
/
utility
/
ffg155.zip
/
DEMO_BAT.ZIP
/
SINCE.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-08-19
|
307b
|
14 lines
@echo off
cls
if %1.==. goto USAGE
echo Here is a listing of files created/modified since %1.
ffg /p *:* /d%1-
goto END
:USAGE
echo USAGE:
echo %0 MM/DD/YY where MM/DD/YY is a valid FFG date
:END
@echo off
echo Done. Press any key for next demonstration...
pause>nul